You are here: Vocalocity Voice Browser: VoiceXML Implementation Reference > Standard Types and Defaults > SAX Parsers
SAX (Simple API for Java) is a common front-end for XML parsers (like the JDBC for database access). By default, the VocalOS XML Parser uses the Piccolo implementation of the SAX parser. You can also select the Xerces or Crimson SAX parsers.
To specify a different SAX parser, edit the Java system property, javax.xml.parsers.SAXParserFactory and enter one of the following values.
Parser |
Property |
---|---|
org.apache.crimson.jaxp.SAXParserFactoryImpl |
|
com.bluecast.xml.JAXPSAXParserFactory |
|
org.apache.xerces.jaxp.SAXParserFactoryImpl |
Java system properties are defined in the vocalos.conf (Windows) file.